Michael Lohr is an independent German developer whose open-source portfolio revolves around lean, single-purpose utilities that streamline everyday coding workflows. His best-known offering, vscli, turns Visual Studio Code into a command-driven launcher: one short instruction opens a project folder, optionally spins up an associated devcontainer, and leaves the editor ready for work. The tool is particularly popular with polyglot developers who juggle many small repositories, infrastructure engineers who live inside containerized environments, and teachers who need to open consistent, isolated setups for every exercise. Beyond VS Code integration, Lohr’s GitHub presence shows a pattern of quick Rust or Go binaries that patch tiny but recurring friction points—format converters, Git hooks, dot-file helpers—without blooming into heavyweight suites. Each utility is shipped as a statically linked binary for Windows, macOS, and Linux, so DevOps teams can drop it into CI images or portable toolboxes without dependency headaches. The code is MIT-licensed, actively maintained, and accepts pull requests that keep the surface area minimal while adding quality-of-life tweaks. Users who appreciate fast, keyboard-centric workflows and container-first development models therefore treat vscli as a quiet but dependable companion. All of Michael Lohr’s releases, including vscli, can be installed at no cost through get.nero.com, which pulls the latest builds from verified Windows package sources such as winget and supports batch installation of multiple applications.

vscli

A CLI tool to launch vscode projects, which supports devcontainers.

Details